Much more software (over 300Mb) comes with the CD version, available at:
Consequently, the compiler can be run without any need for an install. Just run the programs in \dm\bin. This is most convenient for cases where a particular version of the compiler is needed, or to just try it out.
Installing is as simple as going to the root directory of the hard disk and unzipping the downloaded dm???c.zip file:
unzip dm???c.zipThe compiler is \dm\bin\sc.exe. Too make it even more convenient, add
c:\dm\binto the PATH environment variable setting (c: is the drive it is installed on). To compile a simple hello.c program:
\dm\bin\sc hellowill compile and link to create hello.exe.
To read the documentation, bring up the browser, and type in:
g:\dm\index.htmlwhere g is the drive letter of the cdrom drive the Digital Mars CD is in.